home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Network CD 2
/
Network CD - Volume 2.iso
/
programs
/
internet
/
tcp
/
mail
/
amitcp_ups10.lha
/
sys.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-10-10
|
250 b
|
23 lines
#ifdef amigados
#include <s_socket.h>
#include <stdlib.h>
#include <string.h>
#include <dos.h>
typedef struct
{
int dummy;
} DBM;
typedef struct
{
int dummy;
} datum;
#define UPSDIR "ups-spool:"
#define SENDMAIL "ups-sendmail"
#endif